projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f2da17
)
*** empty log message ***
author
Andreas Schwab
<schwab@suse.de>
Fri, 16 Nov 2007 00:18:55 +0000
(
00:18
+0000)
committer
Andreas Schwab
<schwab@suse.de>
Fri, 16 Nov 2007 00:18:55 +0000
(
00:18
+0000)
src/editfns.c
patch
|
blob
|
history
diff --git
a/src/editfns.c
b/src/editfns.c
index 06fb1413b02be78f3faa71d6c02dd90335b07636..bcfe57560342c33207f2fce8bdda1fbe6ff027c7 100644
(file)
--- a/
src/editfns.c
+++ b/
src/editfns.c
@@
-3601,11
+3601,7
@@
usage: (format STRING &rest OBJECTS) */)
So make sure we have a flonum if the argument should
be a double. */
if (*format == 'e' || *format == 'f' || *format == 'g')
- {
- args[n] = Ffloat (args[n]);
- if (precision[n] > 0)
- thissize += precision[n];
- }
+ args[n] = Ffloat (args[n]);
else
if (*format != 'd' && *format != 'o' && *format != 'x'
&& *format != 'i' && *format != 'X' && *format != 'c')